body, html {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    color: #727272;
    font-family: "Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif, FreeSans, Arimo;
    background: #fafafa;
}

* {
    margin: 0;
    padding: 0
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    min-height: 100%
}

body.active {
    overflow-x: hidden;
    overflow-y: hidden
}

ul {
    list-style: none;
}

code[class*="language-"], pre[class*="language-"] {
    line-height: 1.4 !important
}

div.prism-show-language > div.prism-show-language-label[data-language] {
    font-size: 10px !important;
    margin: 0 !important;
}

pre {
    font-size: 14px !important;
    background-color: #fcf8e3 !important;
    border: 1px solid #faebcc;
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

a:hover, a:focus {
    color: #0488cd;
    text-decoration: none;
}

h3 {
    font-size: 22px;
    position: relative;
    margin: 0 0 25px;
}

h4 {
    position: relative;
}

h3.title, h4.title {
    color: #333333;
    overflow: hidden;
    line-height: 28px;
    margin: 10px 0;
    font-weight: bold;
}

h3.title:after, h4.title:after {
    background: url(../img/bg_off.png) repeat;
    /*background: linear-gradient(to left, #0e90d2, #ffffff);*/
    content: "";
    height: 4px;
    margin-left: 10px;
    position: absolute;
    top: 13px;
    width: 99%;
}

h2.post-title {

}

input, button, a {
    outline: 0 none !important;
    blr: expression(this.onFocus=this.blur());
}

.mb20 {
    margin-bottom: 20px;
}

.service-reasons {
    background-color: #2d3757;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    
    
}

.header-banner {
    height: 260px;
    position: relative;
    margin-bottom: 20px;
}

.header-banner-search {
    position: absolute;
    top: 32%;
    color: #fff;
    left: 20px;
    right: 20px
}

.header-banner-search p {
    margin-bottom: 0;
    font-size: 44px;
    line-height: 84px;
}

.header-banner-search p a{
    color: #fff;
}
.header-banner-search p a:hover{
    color: #f60;
}

.scrollDiv {
    height: 70px;
    line-height: 70px;
    text-align: center;
    overflow: hidden;
}

.footer-bottom {
    background: #25292C;
    color: #888;
    font-size: 14px;
    padding: 20px 0;
    margin-bottom: 0;
}

.footer-bottom p {
    margin: 0;
    padding: 0;
}

.footer-bottom a {
    color: #fff;
}

.flex {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#loading {
    height: 3px;
    background-color: #006699;
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
    font-size: 0;
    overflow: hidden;
    display: none;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.btn-default {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.btn-search {
    border-radius: 0 25px 25px 0;
    height: 34px;
}

.search-type {
    border-radius: 25px 0 0 25px;
    width: 100px;
    height: 34px;
}

.search-title {
    font-size: 14px;
}

.search-title span {
    color: red;
}

.panel-default {
    border-color: #eeeeee;
}

.input-group-addon {
    font-size: 14px;
}

.item_title {
    position: relative;
    padding: 10px 15px 0 15px;
}

.col {
    padding-right: 10px;
    padding-left: 10px;
}

.col .panel-body {
    padding-top: 0;
    padding-bottom: 0;
}

.col-none {
    padding-right: 0;
    padding-left: 0;
}

.btn-submit {
    color: #fff;
    background-color: #0488cd;
    border-color: transparent;
    border-radius: 25px;
}

.btn-submit:hover {
    color: #fff;
    background-color: #0480c5;
    border-radius: 25px;
}

.input-group {
    width: 100%;
    margin: 10px auto;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -2px;
}

.glyphicon {
    top: 2px;
}

.scrollup {
    width: 40px;
    height: 40px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    text-align: center;
    color: #fafafa;
    font-size: 16px;
    background: #9e9e9e;
    z-index: 99;
    border-radius: 4px;
    transition: all 0.5s ease-out;
}

.scrollup i {
    line-height: 38px;
}

a.scrollup:hover {
    background: #000;
}

a.scrollup:hover i, a.scrollup:focus i {
    text-decoration: none;
    color: #fafafa;
    outline: none;
}

.blog-img-content {
    padding: 0;
}

.ias-content {
    clear: both;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.ias-alert, .ias-panel {
    padding: 10px;
}

.blog-img-content .ias-content {
    padding: 0 15px;
}

.no-content div {
    text-align: center;
    margin: 150px auto;
}

.no-content div::before {
    content: '\e086';
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-size: 80px;
    line-height: 100px;
    color: #eeeeee;
    display: block;
}

.plist {
    position: relative;
    padding: 20px;
    width: 100%;
    float: left;
}

.plist:hover {
    -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
    transition: all .5s ease-in-out;
}

.plist .media-heading {
    border-bottom: 1px #e4e4e4 dotted;
    line-height: 30px;
    margin-bottom: 12px;
    padding-top: 5px;
    padding-bottom: 8px;
    position: relative;
}

.plist .media-heading:before {
    content: '';
    width: 5px;
    height: 20px;
    background: #0488cd;
    position: absolute;
    left: -21px;
    top: 11px
}

.plist .media-heading em {
    margin: 0 0 0 5px;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    line-height: 18px;
    border-radius: 10px;
    background: #0488cd;
    display: inline-block;
    position: relative;
    top: -1px;
}

.plist .media-heading strong {
    color: #0488cd;
}

.plist .media-infos {
    position: absolute;
    top: 25px;
    right: 20px;
    line-height: 30px;
}

.plist .media-infos span {
    font-size: 25px;
    font-weight: bold;
    color: #F60;
    top: 0;
    right: 40px;
    position: absolute;
    margin-right: 8px;
}

.plist .media-body {
    font-size: 14px;
}

.plist .media-body .intro,.plist .media-body .intro p {
    word-wrap:break-word;
    word-break:break-all;
}

.plist .media-left .thumbnail {
    width: 220px;
    height: 150px;
    overflow: hidden;
    background-size: cover;
}

.plist .media-images {
    display: block;
    width: 100%;
    height: 150px;
    margin: 10px auto;
}

.plist .media-images .media-images-items .thumbnail{
    height: 150px;
    background-size: cover;
}

.plist .media-images .media-images-items{
    padding-left: 2px!important;
    padding-right: 2px!important;
}

.plist .media-images .media-images-items:first-child{
    padding-left: 0!important;
}
.plist .media-images .media-images-items:last-child{
    padding-right: 0!important;
}


.plist .media-footer a {
    margin: 0 10px 0 0;
    color: #bbb;
}

.plist .media-footer .plist-tags span {
    margin-right: 5px;
}

.plist .media-footer a:hover {
    color: #0488cd;
}

.plist .media-footer {
    width: 100%;
    font-size: 14px;
    text-indent: 0.1em;
    margin-top: 10px;
    display: block;
    color: #bbb;
    border-top: 1px #e4e4e4 dotted;
    line-height: 40px;
    height: 40px;
}

.plist .media-footer .pull-right a.item_praise {
    margin-left: 10px;
}

.list-default li {
    border-bottom: 1px dotted #e4e4e4;
    line-height: 25px;
    padding: 5px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    transition: all 0.5s ease-in-out;
}

.list-default li:hover {
    background: #f2f2f2;
}

.list-default li a:hover {
    padding-left: 5px;
}

.list-default li span {
    display: block;
    font-size: 14px;
    color: #CCC;
}

.single .single {
    padding: 20px
}

.single .post-tags {
    border-top: 1px #e4e4e4 dotted;
    padding-top: 10px;
    font-size: 14px;
    text-indent: 0.1em;
    display: block;
    color: #999;
    margin-top: 0;
}

.single .post-tags a {
    margin-right: 10px;
    color: #999;
}

.single .single h2 {
    margin-top: 15px;
    line-height: 35px;
    color: #333;
}

.single .post-info {
    width: 100%;
    font-size: 14px;
    text-indent: 0.1em;
    display: block;
    color: #999;
    border-bottom: 1px #e4e4e4 dotted;
    padding: 8px 0;
}

.single .post-info li {
    display: inline-block;
    margin-right: 5px;
}

.single .post-info li a {
    color: #999;
}

.single .post-info li a:hover, .single .post-tags a:hover {
    color: #0488cd;
}

.single .post-share-tools {
    padding-left: 0;
    margin: 10px 0;
    text-align: center;
    list-style: none;
}

.single .Prev-Next {
    border-top: 1px #e4e4e4 dotted;
    margin-top: 20px;
    padding-top: 15px;
}

.single .Prev-Next span {
    font-size: 14px;
    margin-left: 10px;
    color: #cccccc;
}

.single .single .post-body p, .single .single .post-body div {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.8;
    word-wrap: break-word;
}

.info-con {
    font-size: 15px;
    line-height: 1.6;
    word-wrap: break-word;
}

.info-con p, .info-con div {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-con ol, .info-con ul {
    font-weight: 400;
    margin-left: 30px
}

.info-con ol li {
    list-style-type: decimal;
}

.info-con ol li, .info-con ol li p, .info-con ul li, .info-con ul li p {
    font-style: normal;
    font-weight: normal;
    margin: 5px 0 !important;
}

.info-con a {
    color: #0488cd;
    transition: all 0.5s ease-in-out;
}

.info-con a:hover {
    color: #0c5897;
}

.single .single .post-body h2 {
    font-size: 18px;
    background: #F5F5F5;
    padding: 5px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-left: 5px rgb(66, 139, 202) solid;
    border-bottom: 0;
}

.single .thumb-panel h2 {
    font-size: 18px;
    background: #F5F5F5;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-left: 5px rgb(66, 139, 202) solid;
    border-bottom: 0;
}

.single-post-content img, .thumb-panel img {
    max-width: 100%;
    height: auto;
    width: auto;
    -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.single .p-copyright {
    font-size: 14px;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
}

.related {
    position: relative;
    padding: 15px 0
}

.related h2 {
    font-size: 18px;
    margin: 0;
    border-bottom: 1px #e4e4e4 solid;
    line-height: 40px
}

.related ul {
    padding: 0 20px
}

.related li {
    border-bottom: 1px #e4e4e4 dotted;
    line-height: 40px;
    list-style: none
}

.related li span {
    font-size: 14px;
    color: #999;
    margin-left: 20px
}

.single .post-share-tools li {
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
}

.post-share-tools li > a, .post-share-tools li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.single .post-share-tools li > a {
    padding: 3px 14px;
    border-radius: 20px;
    font-size: 14px;
}

.single a.praise.share-tools {
    color: #f74840;
    border: 1px solid #f74840;
    background-color: #ffffff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.single a.praise.share-tools:hover {
    background-color: #f74840;
    color: #fff;
}

.single a.praise.share-tools:visited {
    background-color: #ffffff;
}

.single a.sharebtntn.share-tools {
    color: #3496e6;
    border-color: #3496e6;
    background-color: #ffffff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

.single a.sharebtntn.share-tools:hover {
    background: #3496e6;
    color: #fff;
}

.single a.sharebtntn.share-tools:hover .wechat-qrcode {
    display: block;
}

.single a.sharebtntn.share-tools .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    border-radius: 3px;
    position: absolute;
    z-index: 9;
    top: -215px;
    left: -65px;
    width: 200px;
    height: 200px;
    color: #666;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}

.single a.sharebtntn.share-tools .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}

.single a.sharebtntn.share-tools .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}

.single a.sharebtntn.share-tools .wechat-qrcode .help p {
    font-weight: 100;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.single a.sharebtntn.share-tools .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.single a.pay-author.share-tools:hover {
    background: #ffab2e;
    color: #fff;
}

.single a.pay-author.share-tools {
    border-color: #ffab2e;
    color: #ffab2e;
    background-color: #ffffff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

.single a.pay-author.share-tools .pay-type {
    border: 1px solid #eee;
    border-radius: 3px;
    position: absolute;
    z-index: 9;
    top: -165px;
    left: -90px;
    width: 250px;
    height: 150px;
    padding: 10px;
    color: #666;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}

.single a.pay-author.share-tools .pay-type:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.pay-type div.pay-item {
    text-align: center;
    display: inline-block;
    margin: 5px;
}

.pay-type div.pay-item span {
    display: block;
}

.pay-type div.pay-item img {
    width: 100px;
    height: 100px;
}

#divCommentPost {
    padding: 20px 20px 40px 20px
}

.msglist {
    position: relative;
    padding: 15px
}

.msglist label {
    display: none;
}

.msglist .item_title {
    padding: 0
}

img.avatar, img.side_avatar {
    border: 1px #e4e4e4 solid;
    padding: 2px
}

.msg {
    border-bottom: 1px #e4e4e4 dotted;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    width: 100%;
}

.msg:hover {
}

.msg .media {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.msg .media label {
    height: 10px;
}

.msg .media .media-body {
    width: 100%;
    position: relative;
    overflow: visible !important;
    padding-top: 2px;
}

.msg .media .media-body .media-body-content {
    width: 100%;
    float: left;
    display: block;
}

.msg .media .media-heading {
    font-size: 14px;
}

.msg .media .media-heading i {
    color: #ccc;
}

.msg .media .media-heading .floor {
    font-size: 14px;
}

.msg .media .media-heading .floor a {
    color: #D7D7D7;
    margin-left: 10px
}

.msg .media .media-heading .floor a.share {
    display: none
}

.msg .media .media-heading .floor a:hover {
    color: #999;
}

.msg .media .media-heading .label {
    font-size: 14px;
}

.msg .media .media-heading .floor b {
    font-size: 30px;
    font-weight: normal
}

.msg .media .avatar {
    width: 55px;
}

.msg h4 {
    font-size: 14px;
    margin-top: 5px;
}

.msg h4 a {
    color: #eb6c5f
}

.msg h4 small {
    font-size: 14px;
    color: #999;
    margin-left: 10px
}

.msg .msg h4 {
    margin-top: 0;
}

.msg .revertbox {
    height: 40px;
    display: none;
}

.msg .msg {
    border: 0;
    padding-bottom: 0;
    float: left;
    display: block;
    width: 100%;
}

.msg .msg h4 small {
    font-size: 14px;
    clear: both !important;
}

.msg .msg .media {
    margin: 0;
    padding-top: 10px;
    border-top: 1px #eee dotted;
}

.msg .msg .media .avatar {
    width: 45px;
    border: 1px #ccc solid;
    padding: 2px
}

.msg .msg .media .media-body {
    position: relative
}

.msg .msg .media .media-body .media-body-content {
    width: 100%;
    float: left;
    display: block;
}

.msg .msg .revertcomment {
    top: -3px;
    right: 0 !important;
    z-index: 9;
}

.msg .msg .revertbox, .msg .msg .media .media-heading .floor {
}

.msg .media-content {
    float: left;
    display: block;
}

.siderbar .panel-body {
    padding: 0 !important;
}

.sitemap {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.sitemap i {
    font-size: 10px;
}

a.default-ad {
    width: 100%;
    background: #f1f5f8;
    color: #6b7386;
    font-size: 18px;
    display: block;
    font-weight: 100;
    text-align: center;
}

.siderbar-ad img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}

.siderbar-ad a.default-ad {
    height: 250px;
    line-height: 250px;
}

.banner-ad img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}

.banner-ad a.default-ad {
    height: 70px;
    line-height: 70px;
}

.carousel {
    height: 300px;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 1px;
    margin-bottom: 20px;
}

.carousel-caption {
    z-index: 10;
}

.carousel .item {
    height: 300px;
    background-color: transparent;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    max-height: 300px;
}

#itseanPage_AboutMe, #itseanPage_AboutMe .panel-body {
    padding: 0;
}

#itseanPage_AboutMe .about_header {
    height: 150px;
    margin-bottom: 20px;
    border-radius: 3px 3px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#itseanPage_AboutMe .about_icon {
    text-align: center;
}

#itseanPage_AboutMe .about_icon .avatar {
    position: relative;
    width: 160px;
    height: 160px;
    margin: -84px auto 20px;
    /* padding: 5px; */
    /* border-radius: 50%; */
    /* box-sizing: border-box; */
    /* background: rgba(255, 255, 255, 0.3); */
}

#itseanPage_AboutMe .about_icon .avatar::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #3c6382;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border-radius: 2%;
    animation: animate 1.5s linear infinite;
}

@keyframes animate {
    to {
        transform: scale(1.2);
        opacity: 0;
    }
}

#itseanPage_AboutMe .about_icon .avatar img {
    width: 160px;
    height: 160px;
    border-radius: 2%;
}

#itseanPage_AboutMe .about_icon h4 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 35px;
}

#itseanPage_AboutMe .about_icon .about_desc {
    font-size: 14px;
    color: #888;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
}


#itseanPage_AboutMe .about_icon .about_desc p {
    line-height: 28px;
    margin: 5px 0;
    color: #000;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
}

#itseanPage_AboutMe .about_footer {
    border-top: 1px solid #e4e8eb;
    background: #f8f8f8;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
}

#itseanPage_AboutMe .about_footer span {
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

#itseanPage_AboutMe .about_footer strong {
    display: block;
    text-align: center;
    color: #F60;
    font-size: 16px;
}

#itseanPage_AboutMe .about_footer span:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 50px;
    background: #e4e8eb;
    position: absolute;
    top: 10px;
    right: 0;
}

#itseanPage_Comments .list-default li:hover img {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
}

#itseanPage_Comments .list-default li img {
    float: left;
    margin-right: 5px;
    -webkit-transition: .6s;
    -webkit-transition: -webkit-transform .6s ease-out;
    transition: transform .6s ease-out;
    -moz-transition: -moz-transform .6s ease-out;
}

#itseanPage_Comments .list-default li span {
    position: relative;
    right: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

#divCommentPost {
    padding: 20px 20px 40px 20px;
}

img.avatar, img.side_avatar {
    border: 1px #e4e4e4 solid;
    padding: 2px;
}

#divStatistics .list-default li {
    width: 49%;
    display: inline-block;
    border-bottom: 1px #d9d9d9 dotted;
    font-size: 14px;
    line-height: 25px;
    padding-top: 0;
    padding-bottom: 0;
}

#divStatistics .list-default li:hover {
    background: transparent;
}

#itseanPage_Tags .panel-body {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#itseanPage_Tags .list-default li {
    display: inline-block;
    margin: 5px;
    border: 0;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

#itseanPage_Tags .list-default a span.badge {
    display: none;
}

#itseanPage_Tags .list-default li a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
}

#itseanPage_Tags .list-default li a:hover {
    opacity: 1;
}

#itseanPage_Tags .list-default a.tagbgc {
    color: #fff;
    border-color: transparent;
    background-size: 0;
    opacity: .8;
    font-weight: 300;
}

#itseanPage_Tags .list-default a.tagbgc0 {
    background-color: #4a4a4a;
    box-shadow: 1px 2px 8px rgba(74, 74, 74, 0.4);
}

#itseanPage_Tags .list-default a.tagbgc1 {
    background-color: #4689ee;
    box-shadow: 1px 2px 8px rgba(70, 137, 238, 0.4);
}

#itseanPage_Tags .list-default a.tagbgc2 {
    background-color: #5da25d;
    box-shadow: 1px 2px 8px rgba(93, 162, 93, 0.4);
}

#itseanPage_Tags .list-default a.tagbgc3 {
    background-color: #d9534f;
    box-shadow: 1px 2px 8px rgba(217, 83, 79, 0.4);
}

#itseanPage_Tags .list-default a.tagbgc4 {
    background-color: #567e95;
    box-shadow: 1px 2px 8px rgba(86, 126, 149, 0.4);
}

#itseanPage_Tags .list-default a.tagbgc5 {
    background-color: #cc569e;
    box-shadow: 1px 2px 8px rgba(204, 86, 158, 0.4);
}

#itseanPage_Tags .list-default a.tagbgc6 {
    background-color: #00aba9;
    box-shadow: 1px 2px 8px rgba(0, 171, 169, 0.4);
}

#itseanPage_Tags .list-default a.tagbgc7 {
    background-color: #b37333;
    box-shadow: 1px 2px 8px rgba(179, 115, 51, 0.4);
}

#itseanPage_Tags .list-default a.tagbgc8 {
    background-color: #f60;
    box-shadow: 1px 2px 8px rgba(255, 102, 0, 0.4);
}

#itseanPage_Tags .list-default a.tagbgc9 {
    background-color: #e1b01b;
    box-shadow: 1px 2px 8px rgba(225, 176, 27, 0.4);
}

#divTags .list-default li, #divAuthors .list-default li {
    font-size: 14px;
}

#divTags .list-default a span, #divAuthors .list-default a span {
    display: inline-block;
    float: right;
}

#divCalendar .function_t {
    display: none
}

#divCalendar .panel-body, #divSearchPanel .panel-body {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#divCalendar .function_c {
    width: 232px;
    padding: 0 4px 15px 4px
}

#divCalendar table {
    width: 100%;
    font-size: 14px;
    table-layout: fixed
}

#divCalendar caption {
    height: 24px;
    line-height: 24px;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 100;
    text-align: center
}

#divCalendar caption a {
    padding: 0;
}

#divCalendar th {
    height: 26px;
    color: #fff;
    font-weight: normal;
    line-height: 26px;
    text-transform: uppercase;
    border: 1px solid #b6c5d0;
    background: #b6c5d0;
    text-align: center;
}

#divCalendar td {
    height: 30px;
    color: #888;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e4e8eb
}

#divCalendar td.pad {
    background: none
}

#divCalendar td a {
    line-height: 30px;
    color: #ffffff;
    border: 1px solid #0188fb;
    background: #0188fb;
    display: block;
}

#divCalendar #today {
    color: #0188fb;
    font-weight: bold
}

#divContorPanel .panel-body {
    text-align: center
}

#divContorPanel .cp-hello {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px dotted #e4e8eb;
    display: inline-block;
}

#divContorPanel .cp-login a, #divContorPanel .cp-vrs a {
    padding: 0 16px 0 10px;
    font-size: 14px;
    color: #888;
    border: 1px solid #e4e8eb;
    border-radius: 20px;
    display: inline-block
}

#divContorPanel .cp-login a:hover, #divContorPanel .cp-vrs a:hover {
    color: #0188fb;
    border-color: #0188fb
}

#divSearchPanel form {
    zoom: 1;
    margin: 10px auto;
}

#divSearchPanel form::after {
    content: "";
    display: block;
    clear: both
}

#divSearchPanel label {
    width: 75%;
    padding-right: 10px;
}

#divSearchPanel input[type="text"] {
    width: 100%;
    height: 30px;
    display: inline-block;
    padding: 5px 10px;
    line-height: 21px;
    border: 1px solid #e4e8eb;
    box-sizing: border-box;
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

#divSearchPanel input[type="text"]:focus {
    color: #495057;
    background-color: #fff;
    border-color: #aab7c1;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(31, 73, 119, 0.1)
}

#divSearchPanel input[type="submit"] {
    width: 22%;
    height: 32px;
    display: inline-block;
    line-height: 24px;
    border: 1px solid #e4e8eb;
    border-radius: 3px;
    cursor: pointer;
    background: #fff
}

#divSearchPanel input[type="submit"]:focus {
    background: #e4e8eb
}

#divLinkage a, #divFavorites a {
    font-size: 14px;
}

#divAuthors .list-default li span {
    display: inline-block
}

.post-slide {
    margin: 0 10px;
    border: 1px #eeeeee solid;
    border-radius: 3px;
}

.post-slide .post-img {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    height: 150px;
    color: #ffffff;
}

.post-slide .post-img .post-slide-time {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    font-weight: 100;
    padding-left: 10px;
}

.post-slide .post-img .post-slide-cate {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    background: rgba(3, 37, 85, 0.2);
    border-radius: 0 0 0 10px;
    padding: 0 15px;
    line-height: 20px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    position: static;
+ position: relative;
    top: -50%;
    left: -50%;
    vertical-align: middle;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}

.post-slide:hover .post-img img {
    transform: scale(1.08);
}

.post-slide .post-content {
    background: #fff;
    padding: 10px;
}

.post-slide .post-title {
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
}

.post-slide .read-more {
    display: inline-block;
    padding: 0 15px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    background: #0488cd;
    border-radius: 15px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}

.post-slide .read-more:hover {
    background: #333;
    text-decoration: none;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

#txaArticle {
    border-radius: 3px;
}


.form-control{height:50px;}
.input-group-btn>.btn {
    height: 50px;
}
.single .single .title {
    margin-top: 15px;
    line-height: 35px;
    color: #333;
    font-size: 26px;
    text-align: center;
}
.h4, h4 {
    font-size: 20px;
}
section.section-item.service-reasons .col-md-12.col-xs-12 h4 {
    height: 52px;
    line-height: 52px;
}

.post-purchase {
    border: 1px dashed #ff0000;
    background: #fff99d;
    color: #000;
    padding: 10px;
}

.header .name a{color:#ffffff!important;}
.menu li a{color:#ffffff!important;}
.menu li a:hover{color:#ff0 !important;}
.schico a::after{color:#019383!important;}

/* 设置弹窗样式 */
      #popup {
        position: fixed;
        top: 50%;
        left: 50%;
    	color:#000;
        transform: translate(-50%, -50%);
        background-color: #fff;
        border: 1px solid #8a8a8a;
        padding: 20px;
        z-index: 9999;
        width: 90%;
        max-width: 500px;
        text-align: center;
        border-radius: 5px;
        box-shadow: #8e939f 3px 2px 7px 3px;
      }
      /* 在手机上将弹窗宽度设置为屏幕宽度的90% */
      @media only screen and (max-width: 600px) {
        #popup {
          width: 90%;
        }
      }
      /* 设置关闭按钮样式 */
      .close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
      }